#avi {
	margin-bottom: 20px;
}

#avi header {
	width: 1200px;
	height: 60px;
	background: #E3241A;
	position: relative;

}

#avi .nav {
	float: left;
	width: 110px;
	height: 100%;
}

#avi .nav li {
	width: 100%;
	height: 100%;
	position: relative;
}

#avi .nav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 60px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-left: 20px;
}

#avi .jian::before {
	content: '';
	left: 65px;
	display: inline-block;
	top: 50%;
	bottom: 0;
	width: 20px;
	height: 20px;
	transform: translateY(-40%);
	background-image: url(https://www.rmdbw.cn/img/20220315a2.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	position: absolute;
}

#avi .gai {
	width: 710px;
	height: 60px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	padding: 0px 10px;
}

#avi .gai li {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-content: center;
}

#avi .active::after {
	content: "";
	display: inline-block;
	height: 40px;
	width: 2px;
	background: #CC170E;
	box-shadow: 1px 1px 0px 0px #FF3333;
	float: right;
	position: absolute;
	top: 10px;
	right: 0px;
}

#avi .gai li a {
	/*width: 56px;*/
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0px 20px;
	float: left;
}

#avi #formsearch {
	width: 240px;
	float: right;
	height: 30px;
	line-height: 20px;
	position: absolute;
	top: 12px;
	right: 20px;

}

#avi .type-text {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 4px;
	border: none;
}

.title-banner{
	position: relative;
}

.blue-img{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0px;
	width: 280px;
	height: 60px;
}

.blue-img img{
	width: 100%;
	height: 100%;
}